Make the Homebrew Cask description platform-neutral - #46
Merged
Conversation
Why: Homebrew rejects Cask descriptions that repeat the target platform, which kept the Alpha.6 tap candidate from passing its focused style gate. Changed: Remove only the redundant platform word from Casks/simulator-broker.rb. Verification: - brew style --cask fiveonecode/simulator-broker/simulator-broker (pass against the exact candidate) - brew audit --strict --online --cask fiveonecode/simulator-broker/simulator-broker (exact Alpha.6 asset downloaded; only expected prerelease and livecheck-none policy results) - npm run test:docs (51 pass) - npm run agent:verify -- --profile spec-only --paths Casks/simulator-broker.rb --session-dir task-sessions/rr27-cask-desc-20260901 (pass) - npm run verify:public-surface (pass) - current-source public release audit (pass) Affected: Cask display metadata only. Version, URL, SHA-256, release assets, Formula, app, service, and host state are unchanged. Refs: #45 Session: task-sessions/rr27-cask-desc-20260901
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
Reviewed top-level PR feedback and left the current code unchanged. These items were posted as PR review bodies or conversation comments rather than unresolved review threads, so this acknowledgement is recorded on the PR timeline.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Remove the redundant platform word from the Homebrew Cask description so the exact Alpha.6 candidate passes Homebrew's
Cask/Descstyle rule.This changes display metadata only. The Cask version, URL, SHA-256, app artifact, release, Formula, and runtime behavior remain unchanged.
Closes #45.
How you verified
brew style --cask fiveonecode/simulator-broker/simulator-broker— exact candidate, no offensesbrew audit --strict --online --cask fiveonecode/simulator-broker/simulator-broker— exact Alpha.6 asset downloaded; only the expected Alpha prerelease and livecheck-none policy results remainnpm run test:docs— 51 passedspec-onlyverification — passedNotes
This is deliberately a source-of-truth fix before tap synchronization; otherwise the hourly tap sync would reintroduce the style offense.